home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / batchut / batutl2.zip / WAITN.DOC < prev    next >
Text File  |  1986-04-27  |  635b  |  17 lines

  1.                                      WAITN.COM
  2.                                   by Ken Goosens
  3.  
  4.          Idles machine for specified number of seconds.
  5.  
  6.          WHY IS IT NEEDED?  In batch processing, you often want a specified
  7.          amount of time to elapse between events.  For example, you want a
  8.          display to be on the screen for 5 second, then move on.
  9.  
  10.          FORMAT:              WAIT n
  11.          where n= an integer, and is the number of seconds to wait.
  12.  
  13.          EXAMPLES:            WAIT 10
  14.  
  15.          COMMENTS: Does not use clock, so is possible timing may not be
  16.          same on compatibles.
  17.